set the class closure offset for the window_state_event to point at
authorJames Henstridge <james@daa.com.au>
Tue, 6 Mar 2001 05:49:26 +0000 (05:49 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Tue, 6 Mar 2001 05:49:26 +0000 (05:49 +0000)
2001-03-06  James Henstridge  <james@daa.com.au>

* gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
offset for the window_state_event to point at window_state_event
rather than no_expose_event.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwidget.c

index ab59d1d93846fa5564a93d12181dccf1fb8e583d..ab3aafd3058c6d2b399a92ff6d7b0db4e1f45199 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkimmodule.h: fix busted /* comment */
index ab59d1d93846fa5564a93d12181dccf1fb8e583d..ab3aafd3058c6d2b399a92ff6d7b0db4e1f45199 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkimmodule.h: fix busted /* comment */
index ab59d1d93846fa5564a93d12181dccf1fb8e583d..ab3aafd3058c6d2b399a92ff6d7b0db4e1f45199 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkimmodule.h: fix busted /* comment */
index ab59d1d93846fa5564a93d12181dccf1fb8e583d..ab3aafd3058c6d2b399a92ff6d7b0db4e1f45199 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkimmodule.h: fix busted /* comment */
index ab59d1d93846fa5564a93d12181dccf1fb8e583d..ab3aafd3058c6d2b399a92ff6d7b0db4e1f45199 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkimmodule.h: fix busted /* comment */
index ab59d1d93846fa5564a93d12181dccf1fb8e583d..ab3aafd3058c6d2b399a92ff6d7b0db4e1f45199 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkimmodule.h: fix busted /* comment */
index ab59d1d93846fa5564a93d12181dccf1fb8e583d..ab3aafd3058c6d2b399a92ff6d7b0db4e1f45199 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkimmodule.h: fix busted /* comment */
index 629a642b8dc93aa2aa7421cf8b43d6cd4d67687e..56f8664d86b3eb472c0c97540942304e736e7a1b 100644 (file)
@@ -768,7 +768,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
     gtk_signal_new ("window_state_event",
                    GTK_RUN_LAST,
                    GTK_CLASS_TYPE (object_class),
-                   GTK_SIGNAL_OFFSET (GtkWidgetClass, no_expose_event),
+                   GTK_SIGNAL_OFFSET (GtkWidgetClass, window_state_event),
                    gtk_marshal_BOOLEAN__POINTER,
                    GTK_TYPE_BOOL, 1,
                    GTK_TYPE_GDK_EVENT);